Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ItemStyle<T> Class / Clone Method

In This Topic
    Clone Method (ItemStyle<T>)
    In This Topic
    Creates an instance of the C1.Win.Themes.BaseStyle class that is identical to the current C1.Win.Themes.BaseStyle
    Syntax
    'Declaration
     
    
    Public Overridable Function Clone() As BaseStyle
    public virtual BaseStyle Clone()
    See Also